home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1997 November / Electronic Clipper 1997-11.iso / Idea Source™ / Lab.Dir / 00029_Script_29 < prev    next >
Text File  |  1997-09-23  |  209b  |  10 lines

  1. on mouseDown
  2.   puppetsound"click"
  3.   repeat while the mousedown
  4.     set the visible of sprite 11 to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite 11 to true
  8.   updatestage
  9.   go "m1"
  10. end